5. Vectors

d. Dot Product

7. Application - Work

In a mechanical system, the work done to move an object a distance \(D\) using a force \(F\) in the direction of motion is \[ W=FD \] Here \(D\) is the length of the displacement vector, \(\vec D\), and \(F\) is the magnitude of the force, \(\vec F\).

ApplDotWork1

If the force, \(\vec F\), is not in the direction of motion, \(\vec D\), only the component (or scalar projection) in the direction of motion contributes to the work: \[ W=F_{\parallel}D \] where \[ F_{\parallel}=\text{comp}_{\vec D}\vec F =\dfrac{\vec F\cdot\vec D}{|\vec D|} \] Since \(D=|\vec D|\), the work is: \[ W=\dfrac{\vec F\cdot\vec D}{|\vec D|}D =\vec F\cdot\vec D \] i.e. the dot product of the force and the displacement. You can compute the dot product using either the algebraic or the geometric formula.

ApplDotWork2

A girl pulls a wagon \(5\) meters by applying a force of \(6\) Newtons at an angle of \(30^\circ\)above the horizontal. Find the work she does.

The force vector given is \(6\) Newtons at \(\theta=30^\circ\). The distance vector given is \(5\) meters in the positive \(x\) direction. Therefore, we can find the work done on the wagon by computing the dot product \(\vec F\cdot\vec D\). Using the geometric formula, we find: \[\begin{aligned} W&=\vec F\cdot\vec D =|\vec F|\,|\vec D|\cos\theta \\ &=6\,\text{N}\cdot5\,\text{m}\cdot\cos30^\circ \\ &=30\cdot\dfrac{1}{2}\sqrt{3}\,\text{N-m} =15\sqrt{3}\,\text{J} \\ &\approx25.98\,\text{J} \end{aligned}\]

A \(30\) lb young boy slides down a sliding board from \((0,6)\) to \((4,0)\), measured in ft. So the force of gravity is \(\vec F_g=\left\langle 0,-30\right\rangle\) lb. At the same time, his father has his hand on his chest and slows him down with the force \(\vec F_\text{dad}=\left\langle -5,10\right\rangle\) lb. Find the work done by gravity and the total work done on the boy.

The work done by gravity is: \(W_g=180\,\text{ft-lb}\).
The total work is: \(W=100\,\text{ft-lb}\).

The total force is: \[\begin{aligned} \vec F=\vec F_g+\vec F_\text{dad} =\left\langle0,-30\right\rangle+\left\langle -5,10\right\rangle \\ &=\left\langle-5,-20\right\rangle\,\text{lb} \end{aligned}\] The displacement is: \[ \vec D=(4,0)-(0,6)=\left\langle4,-6\right\rangle\,\text{ft} \] So the work done by gravity is: \[\begin{aligned} W_g&=\vec F_g\cdot\vec D =\left\langle 0,-30\right\rangle\cdot\left\langle 4,-6\right\rangle \\ &=180\,\text{ft-lb} \end{aligned}\] And the total work is: \[\begin{aligned} W&=\vec F\cdot\vec D =\left\langle -5,-20\right\rangle\cdot\left\langle 4,-6\right\rangle \\ &=-20+120=100\,\text{ft-lb} \end{aligned}\]

PY: Add a plot for Ex 2

© MYMathApps

Supported in part by NSF Grant #1123255